home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / quiz.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(rollOut).as < prev    next >
Text File  |  2003-10-12  |  284b  |  10 lines

  1. on(rollOut){
  2.    highlight_mc._visible = 0;
  3.    textColor.setRGB(0);
  4.    if(_parent._parent.selectedOne == undefined)
  5.    {
  6.       _parent._parent.selected_txt.text = "Please Select an Answer.";
  7.    }
  8.    _parent["answer" + _parent._parent.selectedOne].highlight_mc._visible = 1;
  9. }
  10.